type internal/sync.equalFunc
6 uses
internal/sync (current package)
hashtriemap.go#L26: valEqual equalFunc
hashtriemap.go#L59: type equalFunc func(unsafe.Pointer, unsafe.Pointer) bool
hashtriemap.go#L426: func (ht *HashTrieMap[K, V]) find(key K, hash uintptr, valEqual equalFunc, value V) (i *indirect[K, V], hashShift uint, slot *atomic.Pointer[node[K, V]], n *node[K, V]) {
hashtriemap.go#L589: func (e *entry[K, V]) lookupWithValue(key K, value V, valEqual equalFunc) (V, bool) {
hashtriemap.go#L632: func (head *entry[K, V]) compareAndSwap(key K, old, new V, valEqual equalFunc) (*entry[K, V], bool) {
hashtriemap.go#L682: func (head *entry[K, V]) compareAndDelete(key K, value V, valEqual equalFunc) (*entry[K, V], bool) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |